init: drop GNU-isms for sleep command
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 5 May 2016 20:18:08 +0000 (15:18 -0500)
committerWei Liu <wei.liu2@citrix.com>
Fri, 6 May 2016 11:00:22 +0000 (12:00 +0100)
commit4ca9d5dbf0a849ebc808afa89070776577138d11
tree9682744aa04012ff9361a46064a1d6e897124820
parent1fb8dc56e7d5284f8006ded76f8452f18ad9b0d2
init: drop GNU-isms for sleep command

Most implementations of the sleep command only take integers. GNU
coreutils has a GNU extension to allow any floating point number to be
passed but we shouldn't depend on that.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/hotplug/Linux/block-iscsi
tools/hotplug/Linux/init.d/xencommons.in
tools/hotplug/Linux/init.d/xendriverdomain.in